ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector<T> Class / _T Field

In This Topic
    _T Field (Vector<T>)
    In This Topic
    Saves the type of T.
    Syntax
    'Declaration
     
    
    Protected _T As Vector.SupportedT(Of T)
    protected Vector.SupportedT<T> _T
    See Also